assignment (=) Interface

public interface assignment (=)

Module Procedures

public subroutine torch_tensor_assign(output, input)

Overloads assignment operator for tensors.

Arguments

Type IntentOptional Attributes Name
type(torch_tensor), intent(out) :: output
type(torch_tensor), intent(in) :: input